home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 June: Reference Library / Dev.CD Jun 00 RL Disk 1.toast / pc / what's new / development kits / hardware / mac os usb ddk 1.4.1 / examples / usbsamplestoragedriver / unittabledriver / unittablecwdefines.h next >
Encoding:
Text File  |  2000-04-25  |  214 b   |  13 lines

  1. /*
  2.     File: UnitTableCWDefines.h
  3.     by:        Rich Kubota
  4.     
  5.     This file contains the defines which are missing from the Universal Interfaces and 
  6.     Libs 3.3
  7. */
  8.  
  9. enum {
  10.     kDuplicatorVersion            = 17494,
  11.     kDiskCopy                    = 21315
  12. };
  13.